home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 32
/
Amiga Format AFCD32 (Nov 1998, Issue 117).iso
/
-seriously_amiga-
/
programming
/
other
/
classfree
/
cftexticlass
/
cftexti.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-08-10
|
332b
|
18 lines
#ifndef CFTEXTI_H
#define CFTEXTI_H
/* Class name definition */
#define CFtextiClassName "CFtexticlass"
/* Special class attributes */
#define CFTI_Dummy (TAG_USER + 0x21000)
#define CFTI_PosFlags (CFTI_Dummy + 0x0001)
#define TIPOS_CENTER 0
#define TIPOS_LEFT (1L<<0)
#define TIPOS_RIGHT (1L<<1)
#endif